home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / eo-vi.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  78 lines

  1. ;;; Created by: Trß║ºn Ngß╗ìc Qu├ón
  2. ;;; Email: vnwildman@gmail.com
  3. ;;; Started: 2009-02-19
  4. ;;; 
  5. ;;; This file is part of the m17n contrib; a sub-part of the m17n
  6. ;;; library.
  7. ;;; 
  8. ;;; The m17n library is free software; you can redistribute it and/or
  9. ;;; modify it under the terms of the GNU Lesser General Public License
  10. ;;; as published by the Free Software Foundation; either version 2.1 of
  11. ;;; the License, or (at your option) any later version.
  12. ;;; 
  13. ;;; The m17n library is distributed in the hope that it will be useful,
  14. ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16. ;;; Lesser General Public License for more details.
  17. ;;; 
  18. ;;; You should have received a copy of the GNU Lesser General Public
  19. ;;; License along with the m17n library; if not, write to the Free
  20. ;;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  21. ;;; Boston, MA 02110-1301, USA.
  22. ;;; 
  23. ;;; <li> eo-vi.mim
  24. ;;;
  25. ;;; Inputmethod for Esperanto // Enigmetodo por Esperanto
  26.  
  27. (input-method eo vi-sistemo)
  28.  
  29. (title "eo-vi")
  30.  
  31. (description "Meant for writing Esperanto-letters using double key press (the X-system).")
  32.  
  33. (map
  34.   (trans
  35.  
  36. ("cc" "─ë")
  37. ("gg" "─¥")
  38. ("hh" "─Ñ")
  39. ("jj" "─╡")
  40. ("ss" "┼¥")
  41. ("uu" "┼¡")
  42. ("Cc" "─ê")
  43. ("Gg" "─£")
  44. ("Hh" "─ñ")
  45. ("Jj" "─┤")
  46. ("Ss" "┼£")
  47. ("Uu" "┼¼")
  48. ("CC" "─ê")
  49. ("GG" "─£")
  50. ("HH" "─ñ")
  51. ("JJ" "─┤")
  52. ("SS" "┼£")
  53. ("UU" "┼¼")
  54. ("ccc" "cc")
  55. ("ggg" "gg")
  56. ("hhh" "hh")
  57. ("jjj" "jj")
  58. ("sss" "ss")
  59. ("uuu" "uu")
  60. ("Ccc" "Cc")
  61. ("Ggg" "Gg")
  62. ("Hhh" "Hh")
  63. ("Jjj" "Jj")
  64. ("Sss" "Ss")
  65. ("Uuu" "Uu")
  66. ("CCC" "CC")
  67. ("GGG" "GG")
  68. ("HHH" "HH")
  69. ("JJJ" "JJ")
  70. ("SSS" "SS")
  71. ("UUU" "UU")
  72.    ))
  73.  
  74. (state
  75.   (init
  76.     (trans)))
  77.  
  78.